3  変数

dplyrパッケージの4つの関数を使用方法をマスターしよう.

library(dplyr)

Attaching package: 'dplyr'
The following objects are masked from 'package:stats':

    filter, lag
The following objects are masked from 'package:base':

    intersect, setdiff, setequal, union

3.1 新しい変数の作成

3.2 変数の選択

3.3 ケースの選択